home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2002 October / JOY141_CD2.iso / Data / Sharewares / Graphisme / XnView-win-full.exe / {app} / Usage.txt < prev    next >
Text File  |  2002-07-01  |  5KB  |  151 lines

  1.                        Nview, Nconvert & View2 v3.72
  2.                               XnView v1.37
  3.  
  4.                    Copyright (c) 1991-2002 Pierre-E Gougelet
  5.                            All Rights Reserved.
  6.  
  7.  
  8.  
  9. NVIEW
  10. =====
  11.  
  12. Nview is a multi-format image viewer. 
  13.  
  14.   Type nview -help for available options. 
  15.  
  16.  
  17. About Nview for PC under DOS:
  18. -----------------------------
  19.  
  20.   Nview is VESA compatible and works in 8,15,16 bits and truecolor mode.
  21.     The only mode available is 320x200x8 if your video card doesn't 
  22.     support Vesa mode. 
  23.   
  24.   For a complete description of the available modes on the display, type
  25.     nview -help (and use it with -d option's)
  26.   
  27.   For example with my Diamond S3 864, "nview -d3 back.gif" use the 640x480x15 display.
  28.   
  29.   With the -p<width>x<height>x<bits>, you take the best display that matches the arguments. 
  30.     (Example: nview -p640x480x24 back.gif)
  31.     -p0x0x0 choose the best display for the bitmap. 
  32.  
  33.  
  34. About Nview for X Window:
  35. --------------------------------------
  36.  
  37.   Nview displays bitmaps on the default visual. You can use 
  38.     -visual id (id is the visual number seeing with nview -help).
  39.   
  40.   By default, Nview display the bitmap and wait for a mouse click or the Escape key. 
  41.     With the -w option, Nview create one window per bitmap. 
  42.  
  43.   Nview works with pipe, in this case the input format must be specified: 
  44.     cat img.tga | nview -f2 stdin
  45.  
  46.  
  47. NCONVERT
  48. ========
  49.  
  50. Nconvert is the multi-format image converter. 
  51.  
  52.   Type nconvert -help for available options. 
  53.  
  54.  
  55.   To convert files to a specific format, type for example :
  56.       nconvert -out 5 file1.pic file2.jpg file3.tga
  57.     or
  58.       nconvert -out tiff file1.pic file2.jpg file3.tga
  59.   
  60.   With a resize :
  61.       nconvert -out jpeg -ratio -resize 480 0 *.jpg
  62.       nconvert -out jpeg -resize 640 480 *.jpg
  63.   
  64.   The input format is not necessary. If a problem occurs, use the -in option. 
  65.   
  66.   Nconvert is able to transform images while converting:
  67.  
  68.     * To convert GIF files to JPEG files : 
  69.         nconvert -out jpeg -truecolors *.gif
  70.     
  71.     * To convert JPEG files to GIF files : 
  72.         nconvert -out gif -dither -colors 256 *.jpeg
  73.     
  74.     * To resize :
  75.         nconvert -out tga -resize 510 230 *.jpeg
  76.         nconvert -out tga -ratio -resize 510 0 *.jpeg
  77.         nconvert -out tga -ratio -resize 0 510 *.jpeg
  78.         nconvert -out tga -resize 200% 200% *.jpeg
  79.     
  80.   You can use it with images sequences. 
  81.     For example, to convert the files file00.pic, file01.pic, ..., file10.pic and 
  82.       we convert to jpeg format with the name pattern res0.jpg, res1.jpg, ... type :
  83.         nconvert -out jpeg -n 1 10 1 -o res#.jpg file##.pic
  84.  
  85.   You can use % to specify source filename in dest filename.
  86.     For example, nconvert -out jpeg -o result_%.jpg file.tga
  87.       creates a file named result_file.jpg
  88.  
  89.  
  90. XnView (Extended Nview)
  91. =======================
  92.  
  93. About XnView for X Window:
  94. ---------------------------
  95.  
  96.   XnView requires OSF/Motif 1.2 or later. 
  97.   
  98.   Type xnview -help for available options. 
  99.   
  100.   XnView displays bitmaps on the default visual. You can specify 
  101.     an X visual id (in hexadecimal) with '-visualid id'.
  102.   
  103.   
  104.   Linux/FreeBSD/OpenBSD Version:
  105.   -----------------------------
  106.   
  107.     XnView requires Linux 2.0.x, XFree86-3.2 and Lesstif v0.91 or openMotif v2.1.30
  108.     
  109.     openMotif is available from the following URL's :
  110.  
  111.       ftp://openmotif.opengroup.org/pub/openmotif/R2.1.30/binaries/metrolink/
  112.     
  113.     Lesstif is available from the following URL's
  114.  
  115.     http://www.lesstif.org/products/lesstif/
  116.     ftp://ftp.lesstif.org/pub/hungry/lesstif/bindist
  117.  
  118.  
  119. About XnView for Windows (x86):
  120. -------------------------------
  121.  
  122.   XnView for windows requires Windows 3.x with Win32s, or Windows 95/98/Me/NT/2000. 
  123.  
  124.  
  125.   Windows 3.1x users note:
  126.   -----------------------
  127.     You'll need the latest release of win32s for Microsoft Windows 3.1x 
  128.       and Windows for Workgroup 3.1x. 
  129.  
  130.     If there is a file called 'win32s.ini' in the directory \windows\system, 
  131.       you already have win32s. This file contains the version information. 
  132.       If the version number is equal or greater than 1.30.172 (v1.30c), 
  133.       you don't have to reinstall win32s. 
  134.  
  135.     Win32s v1.30c can be downloaded via 
  136.       ftp://ftp.rmc.edu/pub/windows16/win32s13.exe
  137.  
  138.   
  139. About Unix version:
  140. ------------------
  141.  
  142.   You will need to set the 
  143.     * LD_LIBRARY_PATH (Irix, Linux, FreeBSD) 
  144.     * SHLIB_PATH (HP-UX)
  145.     * LIBPATH (AIX)
  146.     * LIBRARY_PATH (BeOS)
  147.     environment variable with the path where the libraries are. 
  148.  
  149.   By default 'install' puts the libraries in /usr/local/lib. 
  150.  
  151.